home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p1-4 / 00377_Script_377 < prev    next >
Text File  |  1994-05-11  |  369b  |  22 lines

  1. -- P4S12 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 12
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,1)
  9.   setAppearTime (1,0)
  10.   
  11.   global theGauge
  12.   mSetLevel(theGauge, Step)
  13.   
  14.   global LastQT
  15.   set LastQT = "P4S12"
  16.   cursor 4
  17.   preLoadCast the number of cast LastQT  
  18.   
  19.   setUpFastFwd()
  20.   cursor -1
  21. end
  22.